libxc: rump kernels: Use standard xc_osdep_get_info
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 28 May 2014 16:06:21 +0000 (17:06 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 14 Jul 2014 15:07:50 +0000 (16:07 +0100)
commit79b4ef15ee1088161c4d4e7471abd22527c4108c
treec35562997c2d6fd53a051704661aa1c38d843fa0
parentb24cc32251f4e6dbb04165b7ba33b45fa0994d94
libxc: rump kernels: Use standard xc_osdep_get_info

Do not try to support the dlopen-based xc indirection.

Introduce a local #define DO_DYNAMIC_OSDEP to centralise the condition.

Add comments to the #endifs.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
---
v2: Remove duplication by introducing DO_DYNAMIC_OSDEP.
    Add comments to the #endifs.
tools/libxc/xc_private.c